From 9c8d6ab36153acdb2ae983c921a6f2536c8db7e8 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 20 Apr 2018 20:36:54 +0300 Subject: [PATCH] Bump to 0.3.0 with file format changes Signed-off-by: Jonathan Dieter --- include/zck.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/zck.h b/include/zck.h index 2476174..022b390 100644 --- a/include/zck.h +++ b/include/zck.h @@ -1,10 +1,10 @@ #ifndef ZCK_H #define ZCK_H -#define ZCK_VERSION "0.2.2" +#define ZCK_VERSION "0.3.0" #define ZCK_VER_MAJOR 0 -#define ZCK_VER_MINOR 2 -#define ZCK_VER_REVISION 2 +#define ZCK_VER_MINOR 3 +#define ZCK_VER_REVISION 0 #define ZCK_VER_SUBREVISION 0 #define True 1 -- 2.30.2